NatureStatChange

@Serializable
data class NatureStatChange(val maxChange: Int, val pokeathlonStat: Handle.Named<PokeathlonStat>)(source)

Change to a Pokeathlon stat for a given nature. See: https://pokeapi.co/docs/v2#naturestatchange

Parameters

maxChange

The maximum amount of change to the referenced Pokeathlon stat.

pokeathlonStat

The Pokeathlon stat being affected.

Constructors

Link copied to clipboard
constructor(maxChange: Int, pokeathlonStat: Handle.Named<PokeathlonStat>)

Properties

Link copied to clipboard
Link copied to clipboard